BENJI_PRI_KEY_JSON Missing Required Field
Meaning:
- the sample parsed the JSON but required JWK fields were absent
Expected fields:
kty- Key type. For BENJI authentication keys, this should beEC, meaning Elliptic Curvecrv- Elliptic curve name. In this flow it should beP-256, which is the curve used with ES256 signingx- The public key's x-coordinatey- The public key's y-coordinated- The private key valuekid- Key ID (identifier)iat- Issued at timestamp, indicating when the key record was created